home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscThreeStateButton / MiscTriStateButton.h < prev    next >
Text File  |  1995-04-12  |  815b  |  29 lines

  1. //
  2. //    MiscTriStateButton.h -- palette class for the three state button
  3. //        Written by Don Yacktman Copyright (c) 1993 by Don Yacktman.
  4. //                Version 1.0.  All rights reserved.
  5. //
  6. //        This notice may not be removed from this source code.
  7. //
  8. //        This is a free object!  Contact the author for the latest version.
  9. //        Don Yacktman, 4279 N. Ivy Lane, Provo, UT, 84604
  10. //        e-mail:  Don_Yacktman@byu.edu
  11. //
  12. //    This object is included in the MiscKit by permission from the author
  13. //    and its use is governed by the MiscKit license, found in the file
  14. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  15. //    for a list of all applicable permissions and restrictions.
  16. //    
  17.  
  18. #import <apps/InterfaceBuilder.h>
  19.  
  20. @interface MiscTriStateButton:IBPalette
  21. {
  22.     id button1;
  23.     id button2;
  24. }
  25.  
  26. - finishInstantiate;
  27.  
  28. @end
  29.